Revert "HighContrast: Update tooltip styling"
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 15:53:09 +0000 (11:53 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 15:53:33 +0000 (11:53 -0400)
This reverts commit 93d80380ee93f2d7f7005675900e4da0fbef982c.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 2dd45848dbd3e182953dd3a8d914eec8a50722a1..389d37a59fcd30ce7dc64e4bbf6b36700821f2db 100644 (file)
@@ -2343,7 +2343,7 @@ infobar {
  * Tooltips *
  ************/
 
-tooltip {
+.tooltip {
   color: white;
   padding: 4px; /* not working */
   border-radius: 5px;
@@ -2352,7 +2352,7 @@ tooltip {
 //  border: 2px solid $borders_color; gnome shell style?
 }
 
-tooltip * { //Yeah this is ugly
+.tooltip * { //Yeah this is ugly
   padding: 4px;
   background-color: transparent;
   color: inherit; // just to be sure
index a2d36b0d89039baaa2fa8668e1339a21a6ff8a8b..9513ea368fdeefd76781177058e598c9d2676d4d 100644 (file)
@@ -2558,7 +2558,7 @@ infobar {
 /************
  * Tooltips *
  ************/
-tooltip {
+.tooltip {
   color: white;
   padding: 4px;
   /* not working */
@@ -2566,7 +2566,7 @@ tooltip {
   background-color: rgba(0, 0, 0, 0.8);
   text-shadow: 0 1px black; }
 
-tooltip * {
+.tooltip * {
   padding: 4px;
   background-color: transparent;
   color: inherit; }